GetInt(IPdfDict,PdfName,Nullable<Int32>) Method
In This Topic
Gets the Integer value associated with the specified key. If the value does not exist or cannot be converted to an Integer, returns (which can be null).
Syntax
'Declaration
Public Overloads Shared Function GetInt( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Integer) _
) As System.Nullable(Of Integer)
public static System.Nullable<int> GetInt(
IPdfDict ,
PdfName ,
System.Nullable<int>
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Return Value
The value associated with the specified key, or .
See Also